The H5T_GET_MEMBER_TYPE function returns the datatype identifier for a specified member within a compound datatype.
Result = H5T_GET_MEMBER_TYPE(Datatype_id, Member)
Returns the datatype identifier. This identifier should be closed using H5T_CLOSE.
An integer representing the datatype’s identifier to be queried.
An integer representing the member index, starting at zero.
None
|
5.6 |
Introduced |
H5T_CLOSE, H5T_GET_MEMBER_CLASS, H5T_GET_MEMBER_NAME, H5T_GET_MEMBER_OFFSET, H5T_GET_NMEMBERS